home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Resources / System / fat95 / english / fat95mountlist < prev    next >
Text File  |  2000-07-27  |  1KB  |  42 lines

  1. /* OS1.3 style mountlist file                     */
  2. /* MS0: fat95 PC file system for floppy #0             */
  3. /* $VER: fat95 file system 2.6 (26-Jul-2000) by Torsten Jager */
  4.  
  5. FileSystem    = l:fat95
  6. Device        = messydisk.device
  7. Unit        = 0        /* change drive number here */
  8. Flags        = 0
  9. LowCyl        = 0
  10. HighCyl        = 79
  11. Surfaces    = 2        /* bootblock values have priority over these */
  12. BlocksPerTrack    = 9
  13. Buffers        = 20
  14. BufMemType    = 1
  15. BootPri        = 0
  16. Stacksize    = 2048
  17. Priority    = 5
  18. GlobVec        = -1
  19. DosType        = 0x46415400    /* enable ETD commands */
  20. Mount        = 1        /* set to 0 to load drivers at first access */
  21. #
  22.  
  23. /* MS1: fat95 PC file system for floppy #1             */
  24.  
  25. FileSystem    = l:fat95
  26. Device        = messydisk.device
  27. Unit        = 1        /* change drive number here */
  28. Flags        = 0
  29. LowCyl        = 0
  30. HighCyl        = 79
  31. Surfaces    = 2        /* bootblock values have priority over these */
  32. BlocksPerTrack    = 9
  33. Buffers        = 20
  34. BufMemType    = 1
  35. BootPri        = 0
  36. Stacksize    = 2048
  37. Priority    = 5
  38. GlobVec        = -1
  39. DosType        = 0x46415400    /* enable ETD commands */
  40. Mount        = 1        /* set to 0 to load drivers at first access */
  41. #
  42.